Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/subgraph (source) 2.11.2 -> 2.11.3 age confidence
@arethetypeswrong/cli (source) ^0.17.0 -> ^0.18.0 age confidence
@eslint/js (source) 9.22.0 -> 9.37.0 age confidence
@eslint/plugin-kit (source) 0.3.4 -> 0.4.0 age confidence
@graphql-tools/utils (source) 10.8.6 -> 10.9.1 age confidence
@ianvs/prettier-plugin-sort-imports 4.4.1 -> 4.7.0 age confidence
@radix-ui/react-select (source) 2.2.5 -> 2.2.6 age confidence
@types/estree (source) 1.0.6 -> 1.0.8 age confidence
@types/node (source) 22.13.10 -> 22.18.10 age confidence
@types/react (source) 18.3.19 -> 18.3.26 age confidence
chalk 5.4.1 -> 5.6.2 age confidence
cookie 0.7.0 -> 0.7.2 age confidence
debug 4.4.1 -> 4.4.3 age confidence
dedent 1.5.3 -> 1.7.0 age confidence
esbuild 0.25.0 -> 0.25.11 age confidence
eslint (source) 9.22.0 -> 9.37.0 age confidence
eslint-config-prettier 10.1.1 -> 10.1.8 age confidence
eslint-plugin-eslint-plugin 6.4.0 -> 6.5.0 age confidence
eslint-plugin-prettier 5.2.3 -> 5.5.4 age confidence
eslint-plugin-tailwindcss 3.18.0 -> 3.18.2 age confidence
eslint-plugin-vue (source) 10.3.0 -> 10.5.1 age confidence
graphql 16.10.0 -> 16.11.0 age confidence
pagefind 1.3.0 -> 1.4.0 age confidence
pnpm (source) 10.6.5 -> 10.18.3 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
prettier-plugin-pkg (source) 0.18.1 -> 0.21.2 age confidence
prettier-plugin-sh (source) 0.15.0 -> 0.18.0 age confidence
prettier-plugin-tailwindcss 0.6.11 -> 0.7.0 age confidence
svelte (source) 5.23.2 -> 5.40.1 age confidence
svelte-eslint-parser 1.3.0 -> 1.3.3 age confidence
svelte2tsx (source) 0.7.35 -> 0.7.45 age confidence
tsx (source) 4.19.3 -> 4.20.6 age confidence
turbo (source) 2.4.4 -> 2.5.8 age confidence
webpack 5.100.2 -> 5.102.1 age confidence
wrangler (source) 4.2.0 -> 4.43.0 age confidence

Release Notes

apollographql/federation (@​apollo/subgraph)

v2.11.3

Compare Source

Patch Changes
arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.2

Patch Changes

v0.18.1

Compare Source

Patch Changes

v0.18.0

Compare Source

Minor Changes
  • 5dd9c0b: Requiring Node.js 20 for using latest lru-cache.
Patch Changes
eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

Features

  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)

Bug Fixes

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)

Chores

v9.27.0

Compare Source

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#​19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#​19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#​19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#​19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#​19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#​19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#​19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#​19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#​19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#​19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#​19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#​19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#​19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#​19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#​19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#​19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#​19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#​19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#​19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

v9.26.0

Compare Source

Features
Bug Fixes
  • 96e84de fix: check cache file existence before deletion (#​19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#​19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#​19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#​19634) (Nitin Kumar)
Documentation
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#​19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#​19657) (CamWass)
Chores

v9.25.1

Compare Source

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#​19639) (sethamus)

Chores

v9.25.0

Compare Source

Features
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)
Bug Fixes
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)
Documentation
  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Chores

v9.24.0

Compare Source

Features

  • 556c25b feat: support loading TS config files using --experimental-strip-types (#​19401) (Arya Emami)
  • 72650ac feat: support TS syntax in init-declarations (#​19540) (Nitin Kumar)
  • 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#​19568) (Pixel998)
  • 071dcd3 feat: support TS syntax in no-dupe-class-members (#​19558) (Nitin Kumar)
  • cd72bcc feat: Introduce a way to suppress violations (#​19159) (Iacovos Constantinou)
  • 2a81578 feat: support TS syntax in no-loss-of-precision (#​19560) (Nitin Kumar)
  • 30ae4ed feat: add new options to class-methods-use-this (#​19527) (sethamus)
  • b79ade6 feat: support TypeScript syntax in no-array-constructor (#​19493) (Tanuj Kanti)

Bug Fixes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 21, 2025
Copy link
Contributor

github-actions bot commented Mar 21, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-eslint/eslint-plugin 4.4.0-alpha-20250322020626-e747a15f076c5743569d10aa22ddf2f43c438d2f npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Mar 21, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-2898.graphql-eslint.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 223efa4 to ded78ba Compare March 21, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.3.0 chore(deps): update all non-major dependencies Mar 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ded78ba to 469f9ba Compare March 21, 2025 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 469f9ba to b48e1b5 Compare March 21, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b48e1b5 to 50e9a93 Compare March 21, 2025 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e747a15 to 775639f Compare July 30, 2025 01:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775639f to b6f00e7 Compare July 30, 2025 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6f00e7 to 0deb3ad Compare July 31, 2025 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0deb3ad to 4c4ae68 Compare August 1, 2025 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c4ae68 to 09b94ce Compare August 2, 2025 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09b94ce to 9850ff3 Compare August 3, 2025 05:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9850ff3 to 2998b55 Compare August 3, 2025 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2998b55 to d03d9e4 Compare August 4, 2025 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0dbac8f to 1636ba1 Compare October 6, 2025 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1636ba1 to 8e94705 Compare October 7, 2025 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e94705 to c30d552 Compare October 7, 2025 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c30d552 to b327177 Compare October 8, 2025 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b327177 to dcb47e5 Compare October 9, 2025 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcb47e5 to df2f700 Compare October 9, 2025 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df2f700 to 7fcfb9a Compare October 11, 2025 16:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7fcfb9a to 7647684 Compare October 13, 2025 20:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7647684 to b5b8e2c Compare October 14, 2025 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5b8e2c to e0fb03d Compare October 14, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0fb03d to fee4ef5 Compare October 14, 2025 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fee4ef5 to 1bbd140 Compare October 15, 2025 05:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1bbd140 to dd19221 Compare October 15, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants